/* Bad & Energie - Individuelles Design by eggynet.de */

@import url("../global.css"); 

/* @group Global */
html,body {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 90%;
	background: white url(images/background.gif) repeat-x;
}

STRONG {
		font-weight: bold;
	font-variant: normal;
	color: #5093CA;
    }

h1 {
	font-size: 130%;
	text-align: left;
	letter-spacing: 2px;
	color: #5093CA;
	text-decoration: none;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 120%;
	color: #5093CA;
	text-decoration: none;
	margin: 10px 0;
    }
    
h3 {
	font-size: 90%;
	color: #5093CA;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding-top: 10px;
    }

h3 a {
    font-size: 120%;
    text-decoration:underline;
    }

h3 a:visited {
    text-decoration:underline;
    }

h3 a:hover {
   text-decoration:none;
   }

h3 a:active {
   text-decoration:none;
   } 

a {
	color: #5093CA;
	}

a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

.externerlink:link {
	background: url(images/externerlink.gif) no-repeat 0 2px;
	padding-left: 18px;
	text-decoration: underline;
    }	

.externerlink:visited {
	background: url(images/externerlink.gif) no-repeat 0 2px;
	padding-left: 18px;
	text-decoration: underline;
    }

.externerlink:hover {
	text-decoration: none;
	}
	
p {
	line-height: 1.5em;
}


/* @end */

/* @group Container */
#container {
	width: 950px;
	background-image: url(images/bgcontainer.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #D7D7D2;
	border-right: 1px solid #D7D7D2;
}

/* @end */

/* @group Header */
#header {
	width: 950px;
	height: 150px;
	border-bottom: 1px solid #D7D7D2;
	background: url(images/header.jpg) no-repeat;
}


#logo{
	left: 20px;
	top: 20px;
	}
#headergrafik
	{
	top: 0;
	left: 0;
	}

/* @end */

/* @group Sidebar */
#sidebar {
	left: 3px;
	top: 30px;
    width: 222px;
	margin: 0;
}

/* @end */

/* @group Navi Top */
#navi_top {
   	top: 0px;
	width: 950px;
	height: 45px;
	}	 
		
#navi_top ul {
  	margin-top: 0px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	z-index: 1;
	}

#navi_top a {
	padding: 15px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 3px solid #FFFFFF;
    }
    
#navi_top a:hover {
	color: #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
}

/* @end */

/* @group Navi Left */
/* Formatierung für gesamten Navi_left Bereich (Breite!,Schriften, BG-Colors etc. */
#navi_left {
	left: 0px; /* keine top-Angabe! Netscape! */
	width: 222px;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid silver;	
	margin: 0;
	padding: 0;
		
	}


/*	Formatierung für den gesamten UL Bereich der 1. Ebene */	
 ul#navi_left {
	
	width: 222px;
	font-size: 11pt;
	font-weight: normal;
	}

/*	Formtierung für den einzelnen li Bereich der 1. Ebene, z.B. andere border Farbe, padding etc. */	
ul#navi_left a {
	display: block;
	background-color: white;
	margin: 0;
	line-height: normal;
	color: #5093CA;
	border-top: 1px solid silver;	
	text-decoration: none;
	padding: 4px 0 4px 20px;
	
}
	


/*	wichtig für den IE (wirkt wie min-height) */
* html #navi_left a {
	height: 1em;
}

ul#navi_left a:hover {
	color: #3f77a7;
	background-color: #fbfbfb;
	
	}

/*	2. Ebene */	
/*	Formatierung für den gesamten ul Bereich */	
ul#navi_left ul  {
	background-color: white;
   
	}
/*	Formtierung für den einzelnen li Bereich, z.B. andere border Farbe */	
ul#navi_left ul li {
		
		}			
/*	Formtierung für 
alle links der 2. Ebene */
ul#navi_left ul li a {
	
		background-color: #fbfbfb;

		border-top: 1px dashed silver;
			
}	
/*	Formtierung für 
alle hover der 2. Ebene */
ul#navi_left ul li a:hover {
		background-color: white;
				}

* html ul#navi_left li { /* Korrekturen fuer IE 5.x */
/*width: 205px;*/
/*w\idth: 205px;*/
padding-left: 0;
padd\ing-left: 0;
float: left;
}

/* @end */

/* @group Content */
#content {
	
	width: 675px;
	text-align: left; 
	margin-left: 250px;
	margin-right: 0px;/*keinen Wert, IE6*/
	line-height: 1.5em;
	margin-top: 30px;
}

	      
	#content p {
	text-align:justify;
	}


	
#content ul {
	padding-left: 18px;
   	list-style-type: disc;
	list-style-position: outside;
	}	
	
.float1 {
	text-align: center;
	font-size: 80%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid silver;
	padding: 2px;
    }
    
.float2 {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid silver;
	padding: 2px;
    }
.centerimage {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-bottom: 20px;
	border: 1px solid silver;
	padding: 2px;
    }    
				
.underline {
	border-top: 1px solid #D7D7D2;
	}

#left {
	width: 440px; /* Breite linker Content */
	}

#right {
	width: 190px;
	}
	
#right .float1   {
	margin: 0 0 20px;
}
#right .float2   {
	margin: 0 0 20px;
		}

/* @end */

/* @group Styleswitcher */

#styleswitcher  {
	
	}	

/* @end */






/* @group Formular */


fieldset {
	
	color: #5093CA;
	border: 1px solid silver;    }

   legend {
	

	border: 1px solid silver;
	
	font-weight: bold;
	color: #383b40;
	}
	
input, textarea {
		
border: 1px solid silver;
	
	} 
    
input.button:hover   {
	background-color: #5093CA;
	color: white;
	cursor: pointer;
	}

a.locationCat{
	color: #383b40;
	font-weight: bold;
}


/* @end */
/* @group Footer */


	
#footer {
   	width: 950px;
	height: 30px;
	color: #333;
	border-top: 3px solid #fff;
	background-color: #D0E9F6;
,
}

	#footer p {
	font-size: 90%;
	margin:0;
	padding-top: 5px;
}		
		
#footer a {
	color: #333;
	text-decoration: underline;
   }
#footer a:hover {
	color: #333;
	text-decoration: none;
   }



/* @end */



  